home *** CD-ROM | disk | FTP | other *** search
- // Design Time Java ServerSocket implementation. (HPP)
-
- #ifndef _DTJSSOCK_HPP
- #define _DTJSSOCK_HPP
-
- #include "dtjobjct.hpp"
-
- class METAEXPORTCLASSDEF DTJServerSocket : public DTJObject
- {
- public:
- DTJServerSocket( const MetaObject * pMetaObj );
- virtual ~DTJServerSocket();
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
- };
-
- // needed for mdreader
- typedef DTJServerSocket DTpowersoft__dot__powerj__dot__net__dot__ServerSocket__dot__102;
-
- #endif // _DTJSSOCK_HPP
-